home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 714 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: Norway.EU.net!usenet
  2. From: terjepe@login.eunet.no (Terje Pedersen)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: pstoedit (xfig)
  5. Date: 16 Jan 1996 20:17:37 GMT
  6. Organization: EUnet Norway
  7. Message-ID: <1601.6589T1237T1210@login.eunet.no>
  8. NNTP-Posting-Host: pc2.sandvika-pm2-1.eunet.no
  9. Short:    pstoedit - a program to convert postscript to xfig files.
  10. Uploader: terjepe@login.eunet.no
  11. Author:   Wolfgang Glunz / Terje Pedersen(Amiga 'port')
  12. Type:     gfx/edit
  13. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  14.  
  15.  
  16. Hi!
  17.  
  18. I accidentally read some of the documentation that comes with xfig (..) and found
  19. that a program to convert postscript files to xfig files would be worth having.
  20. The program pstoedit does just that along with converting it to a couple of other formats
  21. that probably isn't too useful on the amiga at the moment (tgif and mif format).
  22.  
  23. It has been compiled with gcc which means you have to have ixemul library installed.
  24. It also uses ghostscript, so you'll also need that. And finally the script is written
  25. to use the unix sh command. If you haven't got these I guess you'll have to get them!
  26. I decided against adding them to the archive as it would double the size of it.
  27. They are all available on aminet, so they aren't that far away.
  28.  
  29. If you have all the programs needed you can write:
  30.  
  31. sh pstoedit -f xfig tiger.ps
  32.  
  33. or some other postscript file. Since there aren't any amiga version of the unix ed
  34. editor, you have to edit the resulting fig file by removing the duplicate header:
  35.  
  36. #FIG 3.1
  37. Portrait
  38. Flush Left
  39. Inches
  40. 1200 2
  41.  
  42. Other than that it actually seems to work!
  43.  
  44. To edit the resulting file you'll want to get the latest version of my port
  45. of xfig (xfig9c.lha) or eh..um..the AmiWin version of xfig..
  46.  
  47. Currently it is only available on my homepage: http://login.eunet.no/~terjepe
  48. so those who want to test it out and maybe provide some feedback on any
  49. problems that might occur, please feel free to do so!
  50.  
  51. TP
  52.  
  53.  
  54.